Add support for AccessLog API#1001
Conversation
|
Build succeeded (check pipeline). |
|
Please do not use GoodData internal tickets in PRs/commits for this "really public" OSS library. Create GitHub issue instead and add there the description of problem/feature and possibly, if you need to, link the internal ticket within this issue. |
peter-plochan
left a comment
There was a problem hiding this comment.
See comments below.
Also, I'm just wondering what's the purpose of this not-AuditEvent bean and its special API endpoint? As I can see, it still represents a part audit log (GD internally - CFAL)...
@peter-plochan It is part of cfal, but they are special events/acces logs directly from haproxy that represents access logs for particular hosts. In this case you do not have domain and user context. So if you try to reuse AuditLog then you will have to change whole logic behind AuditLogs because they are build upon domain and user. The API also will support Common Log Format, so it is really access logs to particular host. |
Ahh, ok, thanks for the explanation @mverbovsky So the question is, if this whole thing should or should not share the Java package with the other audit log entities ( |
I would vote for the same package, because it is still part of audit logging. |
|
Build succeeded (check pipeline). |
1 similar comment
|
Build succeeded (check pipeline). |
|
Build succeeded (check pipeline). |
|
Build succeeded (check pipeline). |
|
Build succeeded (gate pipeline).
|
Fixes #1004